Welcome![Sign In][Sign Up]
Location:
Search - HEX Visual

Search list

[EditBoxHexEditor90331642002

Description: Hex Edit Program visual basic source
Platform: | Size: 81349 | Author: fuzzy | Hits:

[Otherdenbinhex

Description: 转换十六进制, 十进制, 二进制, ASCII码的Visual Basic 6 源代码-This project converts a value of hex (base 16), denary (base 10), binary (base 2) or ascii into each of the others.
Platform: | Size: 8192 | Author: laimijun | Hits:

[SCMsst89c54

Description: sst单片机的监控程序,为了做仿真器,sst单片机采用51内核-sst microcontroller hex document,in order to visual fact
Platform: | Size: 4096 | Author: niuren | Hits:

[AlgorithmmdlHash

Description: Visual basic module for generating hash value based on custom hex values.
Platform: | Size: 1024 | Author: ndowie | Hits:

[Windows DevelopVBcrc16

Description: CRC-16是检测数据在发送过程中发生错误的常用校验方法,本文通过从工程应用的角度,讲述如何实现CRC-16的程序开发,并给出了Visual Basic和Visual C++程序代码,给从事工业控制的人员在写通信程序的时候提供一些有价值的参考。-1、 Load a 16-bit register with FFFF hex. Call this the CRC register. 2、 Exclusive OR the first 8-bit byte of the message with the low-order byte of the 16-bit CRC, putting the result in the CRC register. 3、 Shift the CRC register one bit to the right (toward the LSB), zero-filling the MSB. Extract and Examine. 4、 If the LSB was 1: Exclusive OR the CRC register with polynomial value A001 hex. If the LSB was 0: Repeat step 3 (another shift). 5、 Repeat step 3 and 4 until 8 shifts have been performed. When this is done, a complete 8-bit byte will have been processed. 6、 Repeat step 2 through 5 for the next 8-bit byte of them message. 7、 The final content of the CRC register is the CRC value.
Platform: | Size: 1024 | Author: why | Hits:

[CSharpHEXPort

Description: Easy program written in Visual Studio C#. It converts numbers to binary and hex on the fly. Upgrade and seed it if you like :)
Platform: | Size: 3450880 | Author: Domen17 | Hits:

[Dialog_Windowjinzhizhuanhuan

Description: 基于Visual C++6.0 的MFC对话框demo工程,实现了各种进制的转换演示-Visual C++ 6.0 MFC dialog demo project, a variety of hex conversion demonstration
Platform: | Size: 31744 | Author: 肖传毅 | Hits:

[SCMdanpianji-music

Description: 实现飞机游戏功能,微处理器为单片机,在Visual c下可运行,有HEX文件-Of aircraft games, microprocessor microcontroller, can be run in Visual C HEX file
Platform: | Size: 10240 | Author: 刘翔 | Hits:

[Otherjinzhizhuanhuan

Description: Visual C++编程的进制转换代码,能完成2,8,10,16进制的相互转化-Visual C++ programming hex conversion code, can finish the mutual conversion of 2,8,10,16 hex
Platform: | Size: 249856 | Author: vicky | Hits:

[OtherASCtoHEX

Description: 字符和Hex码转换程序.可以方便地在字符和对应ASCII码的HEX值之间转换.vb开发,源代码.-Change Chars into HEX.Developed with visual basic,Source code.
Platform: | Size: 2048 | Author: kzh | Hits:

[Driver Develophexedit-1.2.10.src

Description: HexEditor 是针对汉化用的十六进制编辑工具。方便的编辑方法,增删字节无需在菜单中处理,只需按文字编辑方式处理即可。编辑器中能够屏蔽所有非 ASCII 字符和控制字符,只剩下了英文字符显示出来。功能强大的全文查找和全文替换,包括标准字符串和 Unicode 字符串的查找和替换(可以不区分大小写)。功能强大的输入功能,支持十六进制码处理和字符输入,字符输入还包括 Unicode 字符的直接输入。无限级的 Undo 与 Redo 功能,令到编辑随时都可以撤回到任何一步。可以选择任何部分的字节经 Unicode 处理成可视字符串编辑。-HexEditor is finished with a hex editor tools. Convenient method of editing, additions and deletions the bytes without treatment in the menu, simply press the text edit mode process. The editor can be shielded all non-ASCII characters and control characters, only English characters show up. Powerful full text search and replace text, find and replace standard strings and Unicode strings (can not case-sensitive). The powerful input function to support processing and character hexadecimal code input, character input, including the direct input of Unicode characters. Unlimited Undo and Redo functions, so that editing can be withdrawn at any time to any step. You can select any part of the byte Unicode processing visual string editing.
Platform: | Size: 61440 | Author: lanve | Hits:

[OtherDump

Description: 十六进制编辑器,用visual basic编的-Hex editor, visual basic series
Platform: | Size: 6144 | Author: 李快 | Hits:

[Com Portserial_download

Description: 将hex文件通过串口下载到51单片机的程序。 包括两个工程。 1.一个Visual Studio 2008的电脑端工程,用于发送hex文件。 2.单片机接收端的的UV2工程,用于接收hex文件。 -a application that download the hex file over the serial port. It contains two project. 1.the VS2008 project which send the hex file. 2.the UV2 project which receives the hex file.
Platform: | Size: 35840 | Author: qiubin | Hits:

[ExploitnextConvert

Description: A C++ implementation in Visual studios 2010 express of conversion between hex and dec numbers
Platform: | Size: 26624 | Author: robin | Hits:

[Other systemsimg2hex(VS2005)

Description: image to hex project for visual sutio 2005 version
Platform: | Size: 10861568 | Author: yeo jeong hu | Hits:

[SCM4.2.3.1--VCPPPC--to-51-m1-

Description: 用 visual c++ 实现pc与51单片机的十六进制数据往返,并提示通信正常与否。-Visual c++ PC and 51 microcontroller hex data to and from, and prompt communication is normal or not.
Platform: | Size: 46080 | Author: 管斌 | Hits:

[CSharpCoad-SerialPortTerminal

Description: 串口通信,收发数据,选择com口及设置波特率。-This requires Visual Studio 2010 to compile, which can be obtained free via C# Express. It is just a simple little application with basic support for text or binary (hex) modes to send and receive data. A nice feature or two is auto-detection of installed COM ports that update at runtime if you plugin or remove USB-to-Serial adapters, also you can change the DTR and RTS levels and monitor the CTS, DSR, and CD lines.
Platform: | Size: 118784 | Author: Alan | Hits:

[OtherHex.Converter

Description: 简易进制转换,带可视化界面,16进制以内任意转换,并实现输入检测-Simple hexadecimal conversion, with a visual interface, 16 m within an arbitrary conversion, and the input detection
Platform: | Size: 11264 | Author: xzf | Hits:

[Special EffectsCheck-color-screen

Description: 屏幕取色中色值格式有HTML、RGB、ASM、Visual Basic、Visual、Delphi、C++ builder、PhotoSh,取色精灵TakeColor颜色格式有HTML、RGB、HEX、HSL、HSL(win)-Check color screen format color value in HTML, RGB, ASM, Visual Basic, Visual, Delphi, C++ builder, PhotoSh, take color elves TakeColor color format HTML, RGB, HEX, HSL, HSL (win)
Platform: | Size: 225280 | Author: 千寻 | Hits:

[VC/MFCBranded-inverter

Description: this is invert er hex
Platform: | Size: 603136 | Author: VENKI | Hits:
« 1 23 »

CodeBus www.codebus.net